home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / TABLE.ZIP / !Table2HTM / !Help < prev    next >
Text File  |  1997-01-16  |  1KB  |  37 lines

  1. Table2HTML
  2.  
  3. This application converts Comma Separated Value (CSV),
  4. Tab Separated value (TSV), and Space Separated Value (SSV)
  5. files to a HTML table.
  6.  
  7. To convert a file, drag the file onto the icon. A save
  8. window will be displayed which can be dragged to an
  9. appropriate directory.
  10.  
  11. If the file to be converted is of type CSV (&DFE), Table2HTML should
  12. determine the filetype itself. If the filetype is text (&FFF)
  13. it will take assume that the filetype is the type set in the
  14. options window. If the filetype is something other than text or
  15. CSV, a dialogue box will be displayed asking whether you want
  16. to continue with the conversion.
  17.  
  18. Determining Fields
  19. CSV - quotes are deleted/ignored. Commas are the determining feature
  20.   for separating the fields
  21. TSV - tabs separate the fields
  22. SSV - a string of two or more spaces determines the end of a field
  23.  
  24. Dialogue Boxes
  25. Options
  26. Input file type - is self explanatory
  27. Borders - turns on the border option for the table
  28. Create Header - will create a header and footer to make
  29.   the resulting HTML file self sufficient
  30. Span rows/columns - blank cells will be incorporated
  31.   into either the last occupied cell to the left, or
  32.   into the last occupied cell immediately above respectively
  33.  
  34. Notes:
  35. Quotes - all quotation marks are stripped out
  36. SSV - more than 2 spaces identifies a separation of data
  37.